Subscribe Us

Responsive Advertisement

Advertisement

URI Online Judge | 1300 Hours and Minutes solujtion in c

 uri 1300 solution in c

by ujjal roy



#include<stdio.h>


main()

{

    int a;

    while(scanf("%d",&a)!=EOF)

    {

        if(a%6==0) printf("Y\n");

        else printf("N\n");

    }




    return 0;

}


Post a Comment

0 Comments